Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLBaseElement

Extends HTMLElement.

The base element allows authors to specify the document base URL for the purposes of resolving relative URLs, and the name of the default browsing context for the purposes of following hyperlinks. The element does not represent any content beyond this information.

Properties
DOMStringhref
DOMString
target
The target IDL attribute must reflect the content attribute of the same name.